home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo
- echo
- echo
- echo
- echo All of the files for this program must be on the same disk drive
- echo or in the same directory, for this program to run properly. There
- echo is a calculator provided in this program, F2 activates it and A,
- echo B, C, D or Esc removes the calculator and continues the program.
- echo Please learn how to work the problems with the calculator you are
- echo going to take with you to the examination session.
- echo
- echo A Morse code program named MORSE.EXE is also included and it will
- echo convert any ASCII file into Morse code. The filename can include
- echo a path. The Morse code program also has built in Lessons, Random
- echo words and code Groups. Type MORSE at the DOS prompt and read the
- echo directions.
- echo
- echo To run this program in the future, type ADVANCED at the DOS prompt.
- echo
- echo
- pause
- advanced
- if not exist 73 goto end
- pause
- morse 73 13
- :end
-